projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175c5e4
)
* lisp/gnus/nndraft.el (nndraft-request-list): Fix declaration.
author
Glenn Morris
<rgm@gnu.org>
Mon, 16 Apr 2012 19:09:19 +0000
(15:09 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 16 Apr 2012 19:09:19 +0000
(15:09 -0400)
lisp/gnus/ChangeLog
patch
|
blob
|
history
lisp/gnus/nndraft.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/ChangeLog
b/lisp/gnus/ChangeLog
index 23e800e0f3fff4583f7bf93cde21836b1eba992f..52f140d9192f3ae28ec625209308513ebd9e4f4d 100644
(file)
--- a/
lisp/gnus/ChangeLog
+++ b/
lisp/gnus/ChangeLog
@@
-1,3
+1,7
@@
+2012-04-16 Glenn Morris <rgm@gnu.org>
+
+ * nndraft.el (nndraft-request-list): Fix declaration.
+
2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
diff --git
a/lisp/gnus/nndraft.el
b/lisp/gnus/nndraft.el
index 1800d0c02de353ab235f262932e936f0dfbd1a27..da50720ebbe856f134a9b7fb9b37a28856cb399a 100644
(file)
--- a/
lisp/gnus/nndraft.el
+++ b/
lisp/gnus/nndraft.el
@@
-37,7
+37,8
@@
(require 'mm-util)
(eval-when-compile (require 'cl))
-(declare-function nndraft-request-list "nnmh" (&rest args))
+;; The nnoo-import at the end, I think.
+(declare-function nndraft-request-list "nndraft" (&rest args) t)
(nnoo-declare nndraft
nnmh)